projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1745f8b
)
(mm-encode-body): Use mm-multibyte-p, don't just
author
Dave Love
<fx@gnu.org>
Thu, 9 Nov 2000 14:23:43 +0000
(14:23 +0000)
committer
Dave Love
<fx@gnu.org>
Thu, 9 Nov 2000 14:23:43 +0000
(14:23 +0000)
test for Mule.
lisp/gnus/mm-bodies.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/mm-bodies.el
b/lisp/gnus/mm-bodies.el
index bd72accceaa0c80b1d8dee785ff513e3b0a66fbd..eb0483ae35f48a2aad01fcf7a97f80ab9a67a991 100644
(file)
--- a/
lisp/gnus/mm-bodies.el
+++ b/
lisp/gnus/mm-bodies.el
@@
-60,7
+60,7
@@
If there is more than one non-ASCII MULE charset, then list of found
MULE charsets are returned.
If successful, the MIME charset is returned.
If no encoding was done, nil is returned."
- (if (not (
featurep 'mule
))
+ (if (not (
mm-multibyte-p
))
;; In the non-Mule case, we search for non-ASCII chars and
;; return the value of `mail-parse-charset' if any are found.
(save-excursion